In This Topic
Method that calculates the Least Common Multiple (LCM) of several positive integer numbers.
Syntax
'Declaration
Public Overloads Shared Function lcm( _
ByVal () As Integer _
) As Integer
public static int lcm(
int[]
)
Parameters
- x
- Array containing the numbers.
See Also